reflect.visibleFieldsWalker.index (field)
10 uses
reflect (current package)
visiblefields.go#L27: index: make([]int, 0, 2),
visiblefields.go#L53: index []int
visiblefields.go#L68: w.index = append(w.index, i)
visiblefields.go#L72: if len(w.index) == len(old.Index) {
visiblefields.go#L79: } else if len(w.index) < len(old.Index) {
visiblefields.go#L90: f.Index = append([]int(nil), w.index...)
visiblefields.go#L102: w.index = w.index[:len(w.index)-1]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |